From a1b0a35ced83b74d2cc1e982875e5e51e203d8f2 Mon Sep 17 00:00:00 2001 From: Kyle Guinn Date: Thu, 15 Jun 2017 22:36:18 -0500 Subject: [PATCH] Rename configure.in to configure.ac --- config.h.in | 5 ++++- configure.in => configure.ac | 0 2 files changed, 4 insertions(+), 1 deletion(-) rename configure.in => configure.ac (100%) diff --git a/config.h.in b/config.h.in index 4ec3a1e2b..f669911cf 100644 --- a/config.h.in +++ b/config.h.in @@ -1,4 +1,4 @@ -/* config.h.in. Generated from configure.in by autoheader. */ +/* config.h.in. Generated from configure.ac by autoheader. */ /* Define if building universal (internal helper macro) */ #undef AC_APPLE_UNIVERSAL_BUILD @@ -9,6 +9,9 @@ /* 1 to enable all the filters. */ #undef FILTERS_ENABLED +/* define if the compiler supports basic C++11 syntax */ +#undef HAVE_CXX11 + /* Define to 1 if you have the `glob' function. */ #undef HAVE_GLOB diff --git a/configure.in b/configure.ac similarity index 100% rename from configure.in rename to configure.ac -- 2.30.2